Document gdk_wayland_seat_get_wl_seat
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Mar 2016 02:49:33 +0000 (22:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Mar 2016 02:49:33 +0000 (22:49 -0400)
gdk/wayland/gdkdevice-wayland.c

index 9d2c7d87ceecd02d9f4a1a65b829ef0d3d6fc680..dfdf4604f6aed2c9bae2a6d9379e87523b16c254 100644 (file)
@@ -3209,6 +3209,16 @@ gdk_wayland_seat_set_primary (GdkSeat                             *seat,
     }
 }
 
+/**
+ * gdk_wayland_seat_get_wl_seat:
+ * @device: (type GdkWaylandDevice): a #GdkDevice
+ *
+ * Returns the Wayland wl_seat of a #GdkSeat.
+ *
+ * Returns: (transfer none): a Wayland wl_seat
+ *
+ * Since: 3.20
+ */
 struct wl_seat *
 gdk_wayland_seat_get_wl_seat (GdkSeat *seat)
 {